-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CP-stable][web] Use eventTarget
when computing pointer offset
#57246
[CP-stable][web] Use eventTarget
when computing pointer offset
#57246
Conversation
These changes are mainly things I missed in flutter#56719 Fixes flutter/flutter#159804
@mdebbar please fill out the PR description above, afterwards the release team will review this request. |
Merge pls |
Please merge! |
There is a scrolling bug in Flutter 3.24 on iOS 18.2, so I want to upgrade to 3.27 quickly, but this bug is preventing the upgrade to 3.27. This is a critical bug for those developing Flutter Web, and I hope it gets merged soon. |
What's blocking this? I see the |
Awaiting CP (flutter/engine#57246) of flutter/engine#56949 to stable.
Awaiting CP (flutter/engine#57246) of flutter/engine#56949 to stable.
Awaiting CP (flutter/engine#57246) of flutter/engine#56949 to stable.
Awaiting CP (flutter/engine#57246) of flutter/engine#56949 to stable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awaiting CP (flutter/engine#57246) of flutter/engine#56949 to stable.
Awaiting CP (flutter/engine#57246) of flutter/engine#56949 to stable.
Please fix this soon... |
Please merge! I see the Mac mac_unopt check now has succeeded. All checks have passed. |
Awaiting CP (flutter/engine#57246) of flutter/engine#56949 to stable.
We're waiting on the release engineering team to pick this up now. Thanks for your patience. |
9c0d322
into
flutter:flutter-3.27-candidate.0
I changed to channel master... |
thankss |
I encountered several other problems in this version. I went back to <<Flutter 3.27.2 • channel stable>> That problem has been resolved and does not have the new problems in version 3.28.0-2.0.pre.38665. |
This pull request is created by automatic cherry pick workflow
Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.
Issue Links:
flutter/flutter#160155
flutter/flutter#159804
Changelog Description:
Work around this Chromium bug: https://issues.chromium.org/issues/382473107
Impact Description:
This bug is causing issues when mouse interacts with text fields in Flutter Web.
Workaround:
This CP is the workaround.
Risk:
What is the risk level of this cherry-pick?
Test Coverage:
Are you confident that your fix is well-tested by automated tests?
Validation Steps: